From: Richard M. Stallman Date: Sat, 20 Jul 2002 22:02:45 +0000 (+0000) Subject: (toggle-read-only): Clean up the hint message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31477 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9f1552f2dbd6409e5553c3b50bcb01ad39f98c60;p=emacs.git (toggle-read-only): Clean up the hint message. --- diff --git a/lisp/files.el b/lisp/files.el index 81143edbc63..51fde3fd271 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3074,8 +3074,8 @@ If visiting file read-only and `view-read-only' is non-nil, enter view mode." (force-mode-line-update))) (if (vc-backend buffer-file-name) (message (substitute-command-keys - (concat "File is under version-control, " - "consider \\[vc-next-action] to check in/out")))))) + (concat "File is under version-control; " + "use \\[vc-next-action] to check in/out")))))) (defun insert-file (filename) "Insert contents of file FILENAME into buffer after point.